home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 September / EnterCD 9_2002.iso / Multimedia / DJ Mix Pro 3.0 / djmixprosetup.exe / #setuppath# / plugins / sdk / DJMixPlugin.cpp next >
Encoding:
C/C++ Source or Header  |  2002-07-22  |  292 b   |  14 lines

  1. // DJMixPlugin.cpp: implementation of the DJMixPlugin class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4.  
  5. #ifdef WIN32
  6. #include <windows.h>
  7. #else
  8. #include <unixwindows.h>
  9. #endif
  10. #include "DJMixPlugin.h"
  11. #include "globals.h"
  12. #include "MainWindow.h"
  13.  
  14.